




































































































































































2>NMAKE : U1073: don't know how to make 'obj\i386\csapi3t1.dll'
3>NMAKE : U1073: don't know how to make 'obj\i386\cast.lib'
if only i knew why the fuck aren't these 2 things getting built





















































































































































VRXXR-VJC3H-YVWYT-HCPDD-HFMQ3








































































































switch (PltRotBarStatus) {
case PLT_START:
FadePalette ((UCHAR)(PaletteNum));
FadePaletteColor (0, COLOR_FADE_TEXT); // #1 - color of fading text
FadePaletteColor (0,BRED);
FadePaletteColor (0,BGREEN);
FadePaletteColor (0,BBLUE);
FadePaletteColor (0,BYELLOW);
if ((++PaletteNum)>=FADE_GRADES) {
PltRotBarStatus = PLT_CYCLE;
FadingIn = TRUE;
PaletteNum = 1;
}
break;
case PLT_CYCLE:
switch (AnimBarPos) {
case 0:
FadePaletteColor(10,BRED);
break;
case 1:
FadePaletteColor(FADE_GRADES,BRED);
break;
case 2:
FadePaletteColor(10,BGREEN);
break;
case 3:
FadePaletteColor(FADE_GRADES,BGREEN);
break;
case 4:
FadePaletteColor(10,BBLUE);
break;
case 5:
FadePaletteColor(FADE_GRADES,BBLUE);
break;
case 6:
FadePaletteColor(10,BYELLOW);
break;
case 7:
FadePaletteColor(FADE_GRADES,BYELLOW);
break;
case 8:
FadePaletteColor(10,BRED);
break;
case 9:
FadePaletteColor(0,BRED);
break;
case 10:
FadePaletteColor(10,BGREEN);
break;
case 11:
FadePaletteColor(0,BGREEN);
break;
case 12:
FadePaletteColor(10,BBLUE);
break;
case 13:
FadePaletteColor(0,BBLUE);
break;
case 14:
FadePaletteColor(10,BYELLOW);
break;
case 15:
FadePaletteColor(0,BYELLOW);
break;
default:
break;
}
































































































































































































































































































































































































































/*---------------------------------------------------------------------------
| WINVER.C - Windows Version program
|
| History:
| 03/08/89 Toddla Created
|
*--------------------------------------------------------------------------*/
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <port1632.h>
#include <stdio.h>
#include "winverp.h"
#include <shellapi.h>
#include <strsafe.h>
#ifndef ARRAYSIZE
#define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
#endif
BOOL FileTimeToDateTimeString(
LPFILETIME pft,
LPTSTR pszBuf,
UINT cchBuf)
{
SYSTEMTIME st;
int cch;
FileTimeToLocalFileTime(pft, pft);
if (FileTimeToSystemTime(pft, &st))
{
cch = GetDateFormat(LOCALE_USER_DEFAULT, DATE_SHORTDATE, &st, NULL, pszBuf, cchBuf);
if (cch > 0)
{
cchBuf -= cch;
pszBuf += cch - 1;
*pszBuf++ = TEXT(' ');
*pszBuf = 0; // (in case GetTimeFormat doesn't add anything)
cchBuf--;
GetTimeFormat(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &st, NULL, pszBuf, cchBuf);
return TRUE;
}
}
return FALSE;
}
INT
__cdecl
ModuleEntry()
{
TCHAR szTitle[32];
LARGE_INTEGER Time = USER_SHARED_DATA->SystemExpirationDate;
if (LoadString(GetModuleHandle(NULL), IDS_APPTITLE, szTitle, ARRAYSIZE(szTitle)))
{
if (Time.QuadPart)
{
TCHAR szExtra[128];
TCHAR szTime[128];
if (FileTimeToDateTimeString((PFILETIME)&Time, szTime, ARRAYSIZE(szTime))
&& LoadString(GetModuleHandle(NULL), IDS_EVALUATION, szExtra, ARRAYSIZE(szExtra)))
{
StringCchCat(szExtra, ARRAYSIZE(szExtra), szTime);
ShellAbout(NULL, szTitle, szExtra, NULL);
}
} else
{
ShellAbout(NULL, szTitle, NULL, NULL);
}
}
return 0;
}























































































































































































































































































RaduTek#2288 has been warned.












































































































































1





































moment







































































































































(edited)































































































































































































































































































































































(edited)























































































































is somewhere between mod and admin















Warning logged for MadEvening#5461. I couldn't DM them.



I can't find user @Hank.

Warning logged for Dyno#3861. I couldn't DM them.


Betacyst#2447 was banned














and 





































































































































































#include <iostream>
// Program that calculates the height of the ball relative to the ground while falling from a tower.
// I don't exactly know how to implement this.
int getValue()
{
// storage variable
int height;
// the prompt
std::cout << "Enter the height of the tower in meters: ";
std::cin >> height; // sends user input to height variable
return height; // returns value from height variable to whatever calls upon it
}
int printResults(double height, int time)
{
if (height >= 0)
{
std::cout << "At " << time << " seconds, the ball is at: " << height << " meters\n";
}
else
{
std::cout << "At " << time << " seconds, the ball is on the ground.\n";
}
}
double calcHeight(int time, int height)
{
const double gravity { 9.8 }; // This is probably wrong. It's 9.8 m/s², but i'm not sure what to do with that.
double distFallen {height - gravity * (time * time)/2 }; // The formula for the distance fallen is gravity . time²/2. This should be correct, i suppose.
// Example: the height of the tower is 100 and the time elapsed is 4 seconds: 100 - 9.8 * 16/2 = 21,6
printResults(distFallen, time);
}
int main()
{
// this is just shameful
int height { getValue() };
calcHeight(0, height);
calcHeight(1, height);
calcHeight(2, height);
calcHeight(3, height);
calcHeight(4, height);
calcHeight(5, height);
}
i had to think of ways of implementing this without any switch, for or while statement because the cpp tutorial didn't give that yet




































































user











































































































































(edited)








































































































































(edited)














































my laptop is actually a decade old


























(edited)







































































































































/s













































































































































































, and 









































B800000000 






































































































========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


















moment

















































6.1.7601.24545






















































































Open (or create) the document you want to paste text to.
Make sure the required encoding is selected.
Navigate to the position where you want to paste text.
Check the Insert Mode switch. Turn it OFF to overwrite existing document's data with Clipboard's data, or ON to make room for Clipboard's data.
Make sure the text pane is visible and active (the cursor image has a frame around it).
Execute the Edit » Paste command.



























































k and not k.e.r.n.e.l.3.2...d.l.l











































































































































































































































































































































































































































































































(edited)









BokeeXD#9210 has been warned.











































mov [rsp+0B8h+var_88], 0C0000428h

















